<head>
	<style type="text/css">
		span {font-size:25;font-weight:bold;}
		.sub {font-size: 17;font-weight:bold;}
		ul {margin-left:20px;}
		body {font-family:sans-serif;}
	</style>
</head>
<body>
	<span>VoxelFlight</span>
	<div>by The VoxelModPack Team</div>
	<span class="sub">Flymod</span>
		<ul>
			<li>Press "<b>F</b>" to toggle flying mode on/off</li>
			<li>Press "<b>E</b>" to ascend while in flying mode</li>
			<li>Press "<b>Q</b>" to descend while in flying mode</li>
			<li>Hold "<b>Shift</b>" to speed up while in flying mode</li>
		</ul>
</body>